3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
You specify a device (for example, when creating a new draw context with the QADrawContextNew function) by filling in a device structure, defined by the TQADevice data type.
typedef struct TQADevice {
TQADeviceType deviceType;
TQAPlatformDevice device;
} TQADevice;
Previous | QD3D Book | Overview | Chapter Contents | Next |